When calling the MPCreateTask
function, you can specify any optional attributes for the task created by passing a value of type MPTaskOptions
, which has the following type definition:
typedef OptionBits MPTaskOptions;
See
Task Creation Options
for a list of possible values.